home *** CD-ROM | disk | FTP | other *** search
- :---------------------------------------------------------------------
- : exam5.ftp
- : iFTP example script, dialing PPP, run script
- :---------------------------------------------------------------------
-
- dialoptions /status
- dial
- if not success goto error
-
- call website
- goto end
-
- LABEL error
- WriteError "Dial Error"
-
- LABEL end
- if carrier then Hangup
-
-